home *** CD-ROM | disk | FTP | other *** search
- /* -> c.ckascr
- */
-
- #include <stdio.h>
-
- char *loginv = "Arthur Script Command (not yet implemented) 1 July 87";
-
- /* C K A S C R -- Login script for logging onto remote system */
- /* A R T H U R -- temp dummy */
- /* L O G I N -- Login to remote system */
-
- int
- login(cmdstr) char *cmdstr; {
- printf("\nThe script command has not yet been implemented\n");
- printf("It needs a Arthur feature which is not available in\n");
- printf("versions 1.2 or before.\n\n");
- return(-2);
- }
-